body{background: #fff;font-size:14px;font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;color:#333;max-width: 1920px;margin:0 auto;}
*{margin:0;padding:0;box-sizing: border-box;}
ul,dl,dd,dt,h2,p,h3,h4,h1{margin:0;}
ul,li{list-style: none;}
i{font-style: normal;}
a{cursor: pointer;color:inherit;}
a:hover,a:focus{text-decoration: none;color:inherit;}

.fs0{font-size:0;}
.fs72{font-size: 72px;line-height: 1;}
.fs55{font-size: 55px;}
.fs38{font-size: 38px;}
.fs36{font-size: 36px;}
.fs30{font-size: 30px;}
.fs24{font-size: 24px;}
.fs18{font-size: 18px;}
.fs16{font-size: 16px;}


@font-face{font-family: "iconfont";
 src: url('../fonts/iconfont.eot'); /* IE9*/
 src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
 url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
 url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
 url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
 font-family:"iconfont" !important;
 display:inline-block;
 vertical-align: middle;
 margin:0 .3em;
 font-size: 1.1em;
 font-style:normal;
 -webkit-font-smoothing: antialiased;
 -webkit-text-stroke-width: 0px;
 -moz-osx-font-smoothing: grayscale; 
}


@font-face{
 font-family: 'syl';
 src:url('syl.ttf');
}

.ht{font-family: '黑体';}
.c0{color:#000;}
.c3{color:#333;}
.c6{color:#666;}
.fl{float:left;}
.fr{float:right!important;}
.mb10{margin-bottom: 10px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.pr{position: relative;}
.bold{font-weight: bold;}
.img-responsive{display: block;margin:0 auto;}
.flex,.flexC{ display: -webkit-box;display: -webkit-flex; display: -ms-flexbox; display: flex;}
.flex>.sub,.flexC>.sub{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden;}
.flexC{-webkit-flex-direction: column; flex-direction: column;}
.sb{justify-content: space-between;}
.jc{justify-content: center;}
.ai{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.wrap{flex-wrap: wrap;}
.oneLine{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.twoLine{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.no-padding{padding-left:0;padding-right: 0;}
.padding{padding:0 3%;}
.bg{background: #f8f8f8;}
.navbar{margin:0;border:none;background: none;color:#fff;}
.navbar-brand{height: auto;padding:20px 15px;display: inline-block;}
/*.navbar-collapse{padding:20px 0;}*/
.logo-m{display: none!important;}
.navbar-brand>img{max-height: 55px;}
.imghover{transition: all linear .6s;}
.imghover:hover{transform: scale(1.06);}
.mix{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.w1400{width: 85%;max-width: 1470px;margin-left:auto;margin-right: auto;}
.css3{-webkit-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -moz-transition:all 0.5s; transition:all 0.5s;}
.css3l{-webkit-transition:all 1s; -ms-transition:all 1s; -o-transition:all 1s; -moz-transition:all 1s; transition:all 1s;}
.full_img{width:100%;height: 100%;object-fit: cover;object-position: center;position: absolute;left:0;top:0;}

.common_btn{position: relative;overflow: hidden;}
.common_btn>span{display:inline-block;vertical-align:middle;opacity:0;filter: alpha(opacity=0);color:inherit;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);vertical-align:0}
.common_btn::before{content:attr(c-text);position:absolute;top:0;left:10%;width:80%;height:100%;-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);display: none\0;}
.common_btn:hover .iconfont{color:#fff;}
/*.common_btn:hover{background:#d20319;}*/
.common_btn:hover::before{opacity:0;filter: alpha(opacity=0);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.common_btn:hover>span{opacity:1;filter: alpha(opacity=100);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display: inline-block;}
.common_btn>span.sep{width: 5px;height: 5px;display: inline-block;}
.common_btn:hover>span:nth-child(1){-webkit-transition-delay:45ms;transition-delay:45ms}
.common_btn:hover>span:nth-child(2){-webkit-transition-delay:.09s;transition-delay:.09s}
.common_btn:hover>span:nth-child(3){-webkit-transition-delay:.135s;transition-delay:.135s}
.common_btn:hover>span:nth-child(4){-webkit-transition-delay:.18s;transition-delay:.18s}
.common_btn:hover>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.common_btn:hover>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.common_btn:hover>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.common_btn:hover>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.common_btn:hover>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.common_btn:hover>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s}
.common_btn:hover>span:nth-child(11){-webkit-transition-delay:.495s;transition-delay:.495s}
.common_btn:hover>span:nth-child(12){-webkit-transition-delay:.54s;transition-delay:.54s}
.common_btn:hover>span:nth-child(13){-webkit-transition-delay:.585s;transition-delay:.585s}
.common_btn:hover>span:nth-child(14){-webkit-transition-delay:.63s;transition-delay:.63s}
.common_btn:hover>span:nth-child(15){-webkit-transition-delay:.675s;transition-delay:.675s}
.common_btn:hover>span:nth-child(16){-webkit-transition-delay:.72s;transition-delay:.72s}
.common_btn:hover>span:nth-child(17){-webkit-transition-delay:.765s;transition-delay:.765s}
.common_btn:hover>span:nth-child(18){-webkit-transition-delay:.81s;transition-delay:.81s}
.common_btn:hover>span:nth-child(19){-webkit-transition-delay:.855s;transition-delay:.855s}
.common_btn:hover>span:nth-child(20){-webkit-transition-delay:.9s;transition-delay:.9s}
.common_btn.static_btn:hover{background:none;}
.common_btn.static_btn>span{color:#d20319;}
.common_btn.static_btn::before{left:0;}

.common-btn{border-radius:999px;width:310px;text-align: center;max-width: 60%;margin-left:auto;margin-right: auto;display: block;line-height: 58px;border:3px solid #313131;}
.common-btn:hover{border-color:#0084e9;background: #0084e9;color:#fff;}

.more-btn{display: block;width: 116px;line-height: 33px;height: 35px;border:1px solid #49a22c;text-align: center;color:#49a22c;letter-spacing: 2px;position: relative;}

@media (min-width: 767px){
 .container{width:90%;max-width: 1380px;}
}
@media (min-width: 1300px){
 .container{width:85%;}
}


/* 导航部分 */
.header{color:#fff;position: fixed;top:0; left:0; right:0; z-index: 99;transition: top .5s ease;-webkit-transition:top .5s ease; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;border-bottom:1px solid rgba(255,255,255,.5);}
.header.fixed{top:0;box-shadow: 0 6px 10px 0 rgba(7,0,2,.15); background:#fff;color:#333;}
.header_box{position: relative;padding-right:210px;width:96.4%;}
.header .header_logo{position: absolute;left:4.58%;top:0;height: 100%;max-width: 30%;}
.header .header_logo .logo-box{height: 100%;}
.header .header_logo img{max-height:67.4%;margin:0 12px 0 0;}
.header .header_logo .logo-name.black,.header.fixed .header_logo .logo-name.white{display: none;}
.header.fixed .header_logo .logo-name.black{display: block;}
.header .header_nav{text-align: right;font-size:16px;}
.header .header_nav li{position: relative;}
.header .header_nav .nav_container>ul>li{display: inline-block;text-align: center;margin-right:3.7%;}
.header .header_nav .nav_container>ul>li:first-child{margin-left:0;}
.header .header_nav .nav_container>ul>li>a{display: block;padding:30px 0;position: relative;line-height: 20px;}
.header .header_nav .nav_container>ul>li>a.active,.header .header_nav .nav_container>ul>li>a:hover{color:#49A22C;}
.header .header_nav .nav_container .dropdown-menu{min-width:120px;margin:0;padding:0;border:none;left:50%;transform: translateX(-50%);text-align: center;border-radius:0;background: rgba(255,255,255,.7);font-size:15px;}
.dropdown-menu li a{display: block;white-space: nowrap;padding:12px 10px;color:#010000;position: relative;transition: all .3s;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus,.dropdown-menu li a.active{color: #fff;background: #49A22C;}
.header .header-tel{position: absolute;right:0;top:28px;padding-left:38px;line-height: 24px;background: url(../images/header-tel.png) no-repeat left center;}
.header.fixed .header-tel{background-image: url(../images/header-tel1.png);color:#49A22C;}

.mobile_key {display: none;width:28px;height:25px;position: relative;border:none!important;cursor: pointer;padding:0;}
/*.button_menu{width: 30px;height: 25px;position: absolute;top:7px;left:0;}*/
.button_menu span {display:block;width:100%;height:3px;background-color:#fff;position:absolute;left:0;-moz-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;transition:all .36s ease;}
.button_menu span:nth-child(1) {top:0}
.button_menu span:nth-child(2) {top:50%;transform: translateY(-50%);}
.button_menu span:nth-child(3) {bottom:0}
/*.button_close .button_menu span:nth-child(1) {
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg)
}
.button_close .button_menu span:nth-child(2) {
 -moz-transform: rotate(-45deg) translate(6px,-7px);
 -ms-transform: rotate(-45deg) translate(6px,-7px);
 -webkit-transform: rotate(-45deg) translate(6px,-7px);
 transform: rotate(-45deg) translate(6px,-7px)
}*/
/*.header.fixed .header_tools .button_menu span,.header:hover .header_tools .button_menu span,.index_header.allIn .header_tools .button_menu span{background: #000;}*/
.header.fixed .button_menu span{background: #333;}

.index_header{top:-80px; -moz-transition:all 1s ease 0s; -ms-transition:all 1s ease 0s; -o-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.index_header.ani{top:0;}
.header-container{position: relative;z-index:10;}

.ibanner{position: relative;text-align: center;}
.ibanner .slide-item{position: relative;overflow: hidden;color:#fff;}
.ibanner .slide-item .slide-item-img{max-width: 100%;}
.ibanner .item-mask{position: absolute;top:0;left:0;right:0;bottom:0;color:#fff;}
.ibanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:7%;font-size:0;}
.ibanner .swiper-pagination-bullet{width: 10px;height:10px;background:#fff;opacity:1;}
.ibanner .swiper-pagination-bullet-active{background: #49a22c;}
.ibanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 0.5%;}
/* 搜索框 */
.search_hover .header_logo .logo-pc{display:block!important;}
.search_hover .header_logo .logo-m{display:none!important;}


@media (max-width:1200px){
 .header .header_nav .nav_container>ul>li{margin-right: 3%;}
 .header_box{padding-right:160px;}
 .header .header-tel{padding-left:26px;}
 .header .header-tel a{font-size:18px;}
 .header .header_logo .co-name{display: none;}
}

@media (max-width:767px){
 .header_box{overflow: hidden;padding:12px 0;}
 .mobile_key{display: block;float:right;}
 .header .header_logo{max-width: 70%;}
 .header .header_nav{text-align: left;font-size:14px;}
 .no-padding{padding-left:15px;padding-right: 15px;}
}

.wrapper{background: #f1f2f4;}
.part-title .title{color:#1d1d1d;line-height: 1;letter-spacing: 2px;position: relative;z-index:10;}
.part-title .en{color:#F1F2F4;line-height: 0.9;text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;opacity: 0.26;font-weight: bolder;text-transform: uppercase;letter-spacing: 2px;margin-left:-4px;margin-top:-10px;}
.part-pro{padding:127px 0 117px;}
.part-pro .index-list{margin-left:-5px;margin-right:-5px;margin-top:45px;}
.part-pro .index-list li{padding:0 5px;}
.part-pro .pro-item{display: block;}
.part-pro .pro-item .item-img{position: relative;overflow: hidden;padding-bottom: 70%;}
.part-pro .pro-item .item-con{padding:38px 0 50px;border-bottom:2px solid #e3e3e3;position: relative;}
.part-pro .pro-item .item-line{position: absolute;bottom:-2px;left:0;width:0;height: 2px;background: #49a22c;overflow: hidden;}
.part-pro .pro-item .item-tit{color:#49a22c;line-height: 1;font-weight: bold;}
.part-pro .pro-item .item-desc{color:#666;line-height: 24px;height: 48px;margin-top:18px;}
.part-pro .pro-item:hover .item-line{width: 100%;}
.part-pro .more{display: block;width: 140px;line-height: 52px;background: #49a22c;color:#fff;text-align: center;margin-top:50px;}

.part-about{position: relative;background: #fff;overflow:hidden;}
.part-about .part-title .title{color:#49a22c;}
.part-about .part-title .en{color:#fff;}
.part-about .left{float:left;width:50.66%;}
.part-about .left .con{padding-bottom: 103.9%;}
.part-about .left .img{position: absolute;left:0;width: 50.5%;top:0;height: 100%;background-position: right center;background-repeat: no-repeat;background-size: cover;}
.part-about .right{width:49.34%;max-width: 750px;padding:100px 0 80px;float:right;position: relative;z-index:10;background: #fff;}
.part-about .right .con{padding-left:11.3333%;}
.part-about .right .desc{line-height: 30px;padding-right: 5px;letter-spacing: 1px;text-align: justify;color:#333333;margin-top:45px;}
.part-about .more-box{margin-top:25px;}
/*.part-about .more{display: block;width: 116px;line-height: 33px;height: 35px;border:1px solid #49a22c;text-align: center;color:#49a22c;letter-spacing: 2px;position: relative;}*/
/*.part-about .more:hover{color:#fff;}*/
.part-about .right .top{padding-bottom: 50px;border-bottom:1px solid #efefef;}
.part-about .right .bottom{margin-top:80px;text-align: center;color:#49a22c;padding-left:5.3%;}
.part-about .right .bottom li{position: relative;padding:0 10px;}
.part-about .right .bottom li:after{position: absolute;content:'';bottom:2px;right:0;width: 1px;top:2px;background: #49a22c;}
.part-about .right .bottom li:last-child::after{content: unset;}
.part-about .right .bottom .counter{line-height: 60px;}
.part-about .right .bottom .unit{position: absolute;left:100%;top:-10px;}
.part-about .right .bottom .num{font-size:0;display: inline-block;position: relative;font-weight: bold;line-height: 1;max-width: 60px;height: 60px;}
.part-about .right .bottom .num img{display: inline-block;}
.part-about .right .bottom p{margin-top:10px;}
@media (max-width:1600px){
 .part-about .right .bottom p{font-size:14px;}
}

.part-case{padding:105px 0;overflow: hidden;}
.part-case .case-swiper{margin-top:45px;padding-bottom: 83px;position: relative;}
.part-case .case-swiper .gallery-top{background: #49a22c;color:#fff;width:30.7%;left:23.1%;position: absolute;bottom:0;z-index:20;}
.part-case .case-swiper .detail{padding:50px 8.47% 32px;}
.part-case .case-swiper .detail .desc{height: 150px;overflow: hidden;line-height: 30px;letter-spacing: 1px;letter-spacing: 2px;}
.part-case .case-swiper .detail .tit{letter-spacing: 3px;margin-bottom: 20px;}
.part-case .case-swiper .detail .more-btn{color:#fff;border-color:#fff;margin-top:25px;}
.part-case .case-swiper .swiper-btn-box{position: absolute;right:7.12%;top:50px;}
.part-case .case-swiper .swiper-btn-box .swiper-button-white{position: relative;top:auto;left:auto;right:auto;margin:0;float:left;height:32px;}
.part-case .case-swiper .swiper-btn-box .swiper-button-white:after{font-size:30px;line-height: 1;}
.part-case .case-swiper .swiper-btn-box .swiper-button-next{margin-left:40px;}
.part-case .case-swiper .gallery-thumbs{width:30.7%;margin-left:23.1%;overflow: visible;}
.part-case .case-swiper .gallery-thumbs .swiper-slide{width:75.244%;height:640px;}
.part-case .case-swiper .img-box,.part-case .case-swiper .img-box .img{height: 100%;position: relative;overflow: hidden;}
.part-case .case-swiper .img-box .img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);}
.part-case .case-swiper .img-box:hover .img,.part-case .case-swiper .swiper-slide-active .img-box .img{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0);}
.part-case .case-swiper .gallery-thumbs .swiper-slide-active,.part-case .case-swiper .gallery-thumbs .swiper-slide-thumb-active{width:100%!important;}

.part-news{background: #3c3c3c;padding:95px 0;position: relative;}
.part-news .bg{position: absolute;width:100%;height: 100%;top:0;left:0;background: url(../images/part4-bg.png) no-repeat center bottom;background-size: 100% auto;}
.part-news .container{position: relative;z-index:10;}
.part-news .part-title .title{color:#fff;}
.part-news .part-title .en{color:#3c3c3c;text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;}
.part-news .news-top{align-items: flex-end;}
.part-news .news-top .news-nav{padding-bottom: 8px;}
.part-news .news-top .news-nav .item{float:left;margin-left:16px;margin-right:5px;line-height: 40px;width: 163px;text-align: center;border:1px solid #49a22c;color:#fff;cursor: pointer;transition: all .4s;letter-spacing: 1px;}
.part-news .news-top .news-nav .item.active,.part-news .news-top .news-nav .item:hover{background: #49a22c;}
.part-news .list{margin-top:50px;}
.part-news .list ul{margin-left:-7px;margin-right:-8px;}
.part-news .list ul li{padding:0 7px; margin: 8px 0;}
.part-news .news-item{display: block;background: #fff;color:#333;padding:55px 8% 70px;transition: all .3s;}
.part-news .news-item .date{color:#49a22c;margin-top:12px;transition: all .3s;}
.part-news .news-item .date,.part-news .news-item .year{font-weight: bold;font-family: Arial;line-height: 1;}
.part-news .news-item .tit{letter-spacing: 2px;line-height: 1;margin-top:45px;padding-bottom: 24px;border-bottom:1px solid #d1d1d1;}
.part-news .news-item .desc{line-height: 24px;height: 48px;font-size:14px;color:#666666;margin-top:17px;transition: all .3s;}
.part-news .news-item .more{font-size:14px;display: block;margin-top:26px;color:#666;line-height: 14px;transition: all .3s;}
.part-news .news-item:hover{background: #49a22c;color:#fff;}
.part-news .news-item:hover .date,.part-news .news-item:hover .desc,.part-news .news-item:hover .more{color:#fff;}

.part-partner{padding:110px 0 80px;}
.part-partner .list{margin-top:100px; margin-right: -1.285%;}
.part-partner .list li{margin-bottom: 15px;}
.part-partner .list .item{border:2px solid #e0e0e0;width:13%;margin-right:1.285%;overflow: hidden;transition: all .5s;}
.part-partner .list .img{position: relative;padding-bottom:49.75%;transition: all .5s;}
.part-partner .list .item:hover .img{transform: rotateY(180deg);}
.part-partner .list .img img{max-height: 100%;}

.footer-box{background: url(../images/footer-bg.png) no-repeat bottom center;background-size: cover;color:rgba(246,246,246,.6);padding:60px 0 0;}
.footer-box .footer{padding-bottom: 40px;}
.footer-box .footer-logo{width:8.355%;float:left;}
.footer-box .footer-logo .f-logo{max-width: 78.7%;margin-bottom: 5px;}
.footer-box .footer-nav{float:left;width: 47%;margin-left:7.2%;padding-top:13px;}
.footer-box .footer-nav li{float:left;margin-right:8%;text-align: center;}
.footer-box .footer-nav li>a{color:#fff;display: block;margin-bottom: 25px;}
.footer-box .footer-nav li .s-menu p{margin-bottom: 7px;}
.footer-box .footer-info{float:left;width:24%;padding-top:13px;max-width: 300px;margin-left:2%;}
.footer-box .footer-info .tel{padding-left:42px;background: url(../images/icon-tel.png) no-repeat left center;background-size: 33px auto;color:#49a22c;letter-spacing: 1px;line-height: 34px;margin-bottom: 6px;}
.footer-box .footer-info .info{line-height: 28px;font-size:16px;padding-left:10px;}
.footer-box .code-box{float:right;width:9%;margin-top:22px;text-align: center;}
.footer-box .code-box .code{padding:6px;border:1px dashed #666666; display: inline-block;width: 132px;max-width: 100%;}
.footer-box .code-box p{line-height: 1;margin-top:20px;}
.footer-box .copyright{border-top:1px solid rgba(255,255,255,.2);padding:8px 0;}
.footer-box .copyright .icon{width:30px;margin:0 7px;}
.footer-box .copyright .box div{margin:0 8px;padding-top:14px;letter-spacing: 2px;}


@media (max-width: 1500px){
 .fs55{font-size:50px;}
 .header .header_logo{left:3%;}
 .header .header_nav .nav_container>ul>li{margin-right:3%;}
 .part-pro{padding: 100px 0;}
 .part-about .right{padding: 80px 0 60px;}
 .part-about .right .bottom{margin-top:60px;}
 .part-about .right .desc{margin-top:40px;}
 .part-about .right .top{padding-bottom: 45px;}
 .part-case{padding: 90px 0;}
 .part-partner{padding: 100px 0 80px;}
 .part-partner .list{margin-top: 80px;}
 .footer-box{padding-top: 50px;}
 .footer-box .footer-nav{width: 46%; margin-left: 5%;}
 .footer-box .footer-nav li{margin-right: 6%;}
 .footer-box .footer-info{width: 28%;}
}
@media (max-width: 1400px){
 .header .header_nav .nav_container>ul>li{margin-right:2.5%;}
}
@media (max-width: 1200px){
 .fs72{font-size: 60px;line-height: 1;}
 .fs30{font-size: 28px;}
 .part-pro{padding: 80px 0;}
 .part-about .right{padding: 60px 0;}
 .part-about .right .bottom{margin-top: 60px;}
 .part-case{padding: 80px 0;}
 .part-case .case-swiper{padding-bottom: 60px; margin-top: 40px;}
 .part-case .case-swiper .gallery-thumbs{width: 40%; margin-left: 30%;}
 .part-case .case-swiper .gallery-top{width: 40%; left: 30%;}
 .part-case .case-swiper .detail{padding: 40px 8% 30px;}
 .part-news{padding: 80px 0;}
 .part-news .news-item{padding: 40px 8% 50px;}
 .part-news .news-item .tit{margin-top:30px;padding-bottom: 20px;}
 .part-partner{padding: 80px 0 60px;}
 .part-partner .list{margin-top: 60px;}
 .footer-box{padding-top: 40px;}
 /*.footer-box .footer-nav{display: none;}*/
 /*.footer-box .footer-logo{width: 15%;}*/
 /*.footer-box .footer-info{width: 100%; margin-left: 20%;}*/
 .footer-box .footer-info .info{font-size:14px;}
 .footer-box .code-box{width: 15%;margin:0;}
 .footer-box .footer-nav{width: 40%;margin-left:2%;padding-top:0;}
 .footer-box .footer-logo{width: 10%;}
 .footer-box .footer-info{padding-top:0;}
 .footer-box .footer-info .tel{font-size:24px;}
 .footer-box .code-box p{margin-top:15px;}
 .footer-box .copyright .box div{letter-spacing: 1px;}
}

@media (max-width: 992px){
 .fs72{font-size: 50px;}
 .fs55{font-size: 48px;}
 .fs38{font-size: 30px;}
 .fs36{font-size: 28px;}
 .fs30{font-size: 26px;}
 .fs24{font-size: 22px;}
 .fs18{font-size: 17px;}
 .fs16{font-size: 15px;}
 .part-pro .more{font-size:16px;line-height: 44px;width: 120px;}
 .part-pro{padding: 60px 0;}
 .part-pro .pro-item .item-con{padding:25px 0 35px;}
 /*.part-about .left,.part-about .right{float:none;width: 100%;}*/
 .part-about .right{padding: 50px 0 45px;}
 .part-about .right .top{padding-bottom: 40px;}
 .part-about .right .desc{margin-top: 40px;letter-spacing: 0;line-height: 26px;font-size:14px;}
 .part-about .right .bottom{margin-top: 40px;}
 .part-about .right .bottom .num{height: auto;}
 .part-about .right .bottom .counter{line-height: 54px;}
 .part-about .right .bottom li{padding: 10px 10px;}
 .part-about .right .bottom li:nth-of-type(2n)::after{content: unset;}
 .part-about .right .bottom li:nth-of-type(1)::before, .part-about .right .bottom li:nth-of-type(2)::before{position: absolute;content:'';bottom:-1px;right:3px; left: 2px; height: 1px;background: #49a22c;}
 .part-case{padding: 70px 0;}
 .part-case .case-swiper{padding-bottom: 50px; margin-top: 30px;}
 .part-case .case-swiper .gallery-thumbs{width: 50%;margin-left: 25%;}
 .part-case .case-swiper .gallery-thumbs .swiper-slide{width: 50%;height: 500px;}
 .part-case .case-swiper .gallery-top{width: 50%;left:25%;}
 .part-case .case-swiper .swiper-btn-box .swiper-button-next{margin-left:25px;}
 .part-case .case-swiper .swiper-btn-box{top:20px;right:5%;}
 .part-case .case-swiper .detail .tit{letter-spacing: 2px;}
 .part-case .case-swiper .detail{padding-top:50px;}

 .part-news{padding: 60px 0;}
 .part-news .list{margin-top: 40px;}
 .part-news .news-item{padding: 40px 8% 50px;}
 .part-partner{padding: 60px 0 40px;}
 .part-partner .list{margin-top: 40px; margin-right: -2%;}
 .part-partner .list .item{width: 18%; margin-right: 2%;}
 .footer-box{padding-top: 30px;}
 .footer-box .footer{padding-bottom: 30px;}
 .footer-box .footer-logo{width: 20%;}
 .footer-box .footer-nav{width: 75%;margin-left:5%;}
 .footer-box .footer-nav li>a{margin-bottom: 20px;}
 .footer-box .footer-info{margin:20px 0 0;width:70%;}
 .footer-box .code-box{width: 30%;margin-top:20px;}
 .footer-box .copyright .box div{letter-spacing: 0;font-size:13px;}

}

@media (max-width: 768px){
 .fs72{font-size: 40px;line-height: 1;}
 .fs30{font-size: 24px;}
 .ibanner .slide-item-img{min-height: 250px;object-fit: cover;object-position: center;}
 .ibanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;}
 .part-pro{padding: 45px 0;}
 .part-pro .index-list{margin-top: 30px;}
 .part-pro .index-list li{margin-bottom: 25px;}
 .part-pro .pro-item .item-con{padding: 30px 0 30px;}
 .part-pro .more{margin-top: 20px;}
 .part-about>.container{padding:0;}
 .part-about .left{width: 100%;}
 .part-about .left .con{padding:0;}
 .part-about .left .img{width: 100%; position: unset; padding-bottom: 80%;}
 .part-about .right{width: 100%; padding: 45px 15px 35px;}
 .part-about .right .con{padding-left: 0;}
 .part-about .right .desc{margin-top: 30px;}
 .part-about .right .top{padding-bottom: 40px;}
 .part-about .right .bottom{margin-top: 40px; padding-left: 0;}
 .part-about .right .bottom li{padding:20px 10px;}
 .part-case{padding: 45px 0;}
 .part-case .case-swiper .gallery-thumbs .swiper-slide{height: 540px;}
 .part-case .case-swiper .gallery-thumbs{width: 100%; margin-left: 0;}
 .part-case .case-swiper .gallery-top{width: 88%; left: 6%; background: rgba(73,162,44,.8);}
 .part-case .case-swiper .detail{padding: 30px 8% 30px;}
 .part-case .case-swiper .swiper-btn-box{top: unset; bottom: 30px;}
 .part-news{padding: 45px 0;}
 .part-news .list{margin-top: 30px;}
 .part-news .news-top .news-nav{margin-top:20px;padding-bottom: 0;}
 .part-news .news-top .news-nav .item{width: 45%;margin:0 5% 0 0;}
 .part-news .news-item{padding: 30px 8% 30px;}
 .part-news .news-item .tit{margin-top: 30px; padding-bottom: 20px;}
 .part-news .news-item .more{margin-top: 20px;}
 .part-partner{padding: 45px 0 40px;}
 .part-partner .list{margin-top: 30px; margin-right: -2.33%;}
 .part-partner .list .item{width: 31%; margin-right: 2.33%; margin-bottom: 10px;}
 .footer-box .footer-logo{width: 100%;}
 .footer-box .footer-info{width: 65%; margin-left: 0; }
 .footer-box .code-box{width: 32%;}
 .footer-box .code-box p{margin-top: 10px;}
 .footer-box .copyright .box{display: block;}
 .footer-box .copyright .box div{margin: 0; letter-spacing: 0px;text-align: center;padding-top: 5px;font-size:12px;}
 .part-news .news-top{display: block;}
 .footer .s-menu{display: none;}
 .footer-box .footer-logo img{max-height: 32px;}
 .footer-box .footer-logo .f-logo{max-height: 50px;margin-bottom: 15px;}
 .footer-box .footer-nav{width: 100%;margin:30px 0 0;font-size:14px;}
 .footer-box .footer-nav li{margin:0;width: 33.333%;}
 .footer-box .footer-nav li>a{margin-bottom: 15px;}
 .footer-box .footer-info .info{font-size:12px;line-height:24px;}
 .footer-box .footer-info .tel{font-size:18px;line-height: 30px;background-size:auto 30px;}
 .footer-box .copyright .icon{margin:10px auto 0;display: block;}

}



.video-fixed {position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:130;top:0;left:0;cursor:pointer;display:none;}
.video-fixed .videoboxs {width:100%;height:100%;position:absolute;left:0;top:0;right:0;margin:auto;margin-top:0;background:#000;/* padding:30px;*/ box-sizing:border-box;}
.video-fixed .videoboxs .box {height: 100%;}
.video-fixed .cha {width:40px;height:40px;background:url(../images/close-vid2.png) no-repeat center/100% auto;position:absolute;top:40px;right:40px;cursor:pointer;}

@media (max-width:767px){
 .video-fixed .cha {width: 25px;height: 25px;}
}





.inner-banner{position: relative;color:#fff;}
.inner-banner .nav-now{position: absolute;line-height: 40px;left:0;width: 100%;top:50%;margin-top:-20px;z-index:10;}
.inner-banner .nav-now .en{font-family: syl;text-transform: uppercase;}
.subcolumn-list{background: #f4f3f3;text-align: center;line-height: 1;}
.subcolumn-list a{line-height: 60px;display: inline-block;font-size:16px;color:#333333;letter-spacing: 1px;min-width: 24.8%;}
.subcolumn-list a.active{color:#fff;background: #49a22c;}

/*.inner-titleBox{padding-left:10px;}*/
.inner-titleBox .en{line-height: 1;color:#49a22c;font-family: arial;}
.inner-titleBox .tit{font-weight: bold;color:#333;line-height: 1;margin-top:10px;}
.inner-titleBox .line{height: 2px;background: #49a22c;width:48px;margin-top:12px;}

.case-part1{padding:110px 0 60px;}
.case-part1 .img{margin-top:80px;}
.case-part1 .img img{margin:0;}
.case-part2{padding:110px 0 120px;}
.case-part2 .img{margin-top:80px;}
.case-part3{background: #f4f3f3;padding:115px 0 100px;}
.case-part3 .desc{margin-top:28px;line-height: 36px;padding-left:5px;}
.case-part3 .img{margin-top:118px;}

.case-part4{padding:110px 0 50px;}

.case-part5{padding:70px 0 1px;background: #f4f3f3;}
.case-part5 .inner-titleBox .tit{margin-top:15px;}
.case-part5 .list{margin-top:70px;}
.case-part5 .list li{margin-bottom: 80px;padding:0 1.8% 0 0;}
.case-part5 .list .item-icon{width:110px;border:1px solid #cdcdcd;border-radius:10px;overflow: hidden;margin-right:23px;}
.case-part5 .list .icon{position: relative;padding-bottom: 100%;overflow: hidden; width: 100%;}
.case-part5 .list .item-name{color:#4aa323;}
.case-part5 .list .item-desc{line-height: 30px;margin-top:10px;}
@media (min-width:1200px){
 .case-part5 .list li:nth-child(2n+2){width: 42%;}
}

.case-part6{padding:75px 12px 95px;}
.case-part6 .table-responsive{margin-top:33px;}
.case-part4 .table-responsive{margin-top:60px;text-align: center;}
.case-part4 .table,.case-part4 .table td,.case-part4 .table th{border:2px solid #fff!important;vertical-align: middle;}
.case-part4 .table th{background: #bdb9b8;color:#fff;text-align: center;font-size:18px;font-weight: normal;}
.case-part4 .table-striped > tbody > tr:nth-of-type(odd){background: #fff;}
.case-part4 .table-striped > tbody > tr:nth-of-type(even){background: #e9e7e7;}
.case-part4 .img{margin-top:60px}

@media (max-width:1200px){
 .case-part5 .list .item-icon{width: 100px;margin-right: 16px;}
 .case-part5 .list .item-desc{font-size:14px;line-height:26px;}
 .case-part1{padding:90px 0 50px;}
 .case-part2{padding:95px 0;}
 .case-part3{padding:100px 0 85px;}
}

@media (max-width:992px){
 .fs36{font-size:30px;}
 .fs24{font-size:22px;}
 .header_box{padding:20px 0;}
 .mobile_key{display: block;float:right;}
 .header .header_nav>.nav_container{display: none;}
 .header .header-tel{position: relative;float:right;top:auto;margin:0 20px 0 0;right:auto;}
 .header .header_nav{text-align: left;font-size:15px;}
 .header .header_logo .co-name{display: block;}
 .case-part1 .img{margin-top:60px;}
 .case-part1{padding:80px 0 50px;}
 .case-part2{padding:80px 0;}
 .case-part3{padding:85px 0 70px;}
 .case-part3 .img{margin-top:80px;}
 .case-part4{padding:90px 0 40px;}
 .case-part5 .list li{margin-bottom: 60px;}
 .case-part5 .list .item-icon{width: 80px;}
 .case-part5 .list .item-desc{font-size:13px;}
 .case-part6{padding:60px 0 80px;}
 .case-part6 .table-responsive{font-size:12px;}
}
@media (max-width:767px){
 .fs55{font-size: 46px;}
 .fs38{font-size: 28px;}
 .fs36{font-size: 26px;}
 .fs30{font-size: 24px;}
 .fs24{font-size: 20px;}
 .fs18{font-size: 16px;}
 .fs16{font-size: 15px;}
 
 .subcolumn-list a{padding:0 20px;line-height: 48px;letter-spacing: 0;}
 .case-part1 .img,.case-part4 .img{margin-top:40px;}
 .case-part1{padding:50px 0 20px;}
 .case-part2{padding:50px 0;}
 .case-part3{padding:65px 0 50px;}
 .case-part3 .img{margin-top:40px;}
 .case-part4{padding:50px 0 30px;}
 .case-part5 .list li{margin-bottom: 35px;}
 .case-part1 .img,.case-part4 .img{overflow-x: auto;}
 .case-part1 .img img,.case-part4 .img img{height:350px;width: auto;max-width: none;}
 .case-part3 .desc{padding:0;line-height: 32px;}
 .case-part6{padding:50px 0 60px;}
 .case-part5 .list li>.flex{align-items: flex-start;}
 .case-part5 .list{margin-top:40px;}
 .header .header_logo .co-name{display: none;}
 .inner-banner .slide-item-img{min-height: 250px;}
 .inner-banner .nav-now{font-size:24px;}
 .header_box{width: 100%;padding:15px;}
 .header .header-tel a{font-size:17px;}
}


.location{line-height: 60px;background: #f4f3f3;overflow: hidden;}
.location .sitepath a{}
.location .sitepath a::after{content:'>';}
.location .sitepath a:last-child::after{content:'';}
.location .menu li{position: relative;}
.location .menu li i{position: absolute;bottom: 0;left: 50%;width: 0;height: 3px;background-color: #49A22C;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.location .menu li{float:left;margin-left:30px;}
.location .menu li:hover i,
.location .menu li.active i{width: 100%;margin-left: -50%;}
.location .menu li:hover a,
.location .menu li.active a{color: #49A22C;}

.contact-box{padding:105px 0 125px;overflow: hidden;}
.contact-box .box{flex-direction: row-reverse;}
.contact-box .left .tel{color:#49a22c;}
.contact-box .left .l-top{margin-bottom: 65px;}
.contact-box .left .info-item{line-height: 26px;padding-left:35px;margin-bottom: 10px;background-repeat: no-repeat;background-position: left top;}
.contact-box .left .info-item.icon-tel{background-image: url(../images/icon-tel1.png);}
.contact-box .left .info-item.icon-mobile{background-image: url(../images/icon-mobile.png);}
.contact-box .left .info-item.icon-mail{background-image: url(../images/icon-mail.png);}
.contact-box .left .info-item.icon-address{background-image: url(../images/icon-address.png);}
.contact-box .left .l-code{max-width: 120px;margin-top:45px;}
.contact-box .left .l-code img{margin:0;}
.contact-box .right .form{margin-top:35px;}
.contact-box .form .input-item{margin-bottom: 20px;}
.contact-box .form .item-value{display: block;border:none;border-bottom: 1px solid #e3e3e3;outline: none;width: 100%;line-height: 22px;padding:10px 0;resize:none;}
.contact-box .form textarea.item-value{height: 90px;}
.contact-box .form .item-value::-webkit-input-placeholder {color:#b4b3b3;}
.contact-box .form .item-value:-moz-placeholder {color:#b4b3b3;}
.contact-box .form .item-value::-moz-placeholder {color:#b4b3b3;}
.contact-box .form .item-value:-ms-input-placeholder {color:#b4b3b3;}
.contact-box .form .input-codeimg{width: 192px;float:left;}
.contact-box .form text{color:#666666;font-size:12px;margin-left:6px;}
.contact-box .form .submit-btn{line-height: 34px;width: 130px;background: #49a22c;color:#fff;text-align: center;border:none;display: block;margin-top:56px;}


.contact-map #allmap{height: 470px;}
.contact-map #allmap label{max-width: none;}

.contact-office{padding:80px 0;}
.contact-office .inner-titleBox{margin-bottom: 55px;}
.contact-office .list{border-bottom:1px solid #e3e3e3;text-align: center;}
.contact-office .list.th{background: #f4f3f3;border-top:2px solid #49a22c;border-bottom: none;}
.contact-office .list li{float:left;width:22.5%;padding:20px 10px;line-height: 20px;border-right:1px solid #e3e3e3;}
.contact-office .list li>div{width: 100%;}
.contact-office .list li:nth-child(1){width:25%;}
.contact-office .list li:nth-child(2){width:30%;}
.contact-office .list li:nth-child(4n+4){border-right:none;}
.contact-office .list li .n{display: none;}

@media (max-width:1400px){
 .contact-office .list.th{font-size:20px;}
}
@media (max-width:1200px){
 .contact-office .list.th{font-size:18px;}
}
@media (max-width:767px){
 .location .sitepath{font-size:13px;}
 .location .sitepath,.location .menu{width:100%;float:none;line-height: 40px;}
 .location .menu{text-align: center;}
 .location .menu li{float:none;margin:0 15px;display: inline-block;}
 .contact-box{padding:55px 0;}
 .contact-box .left{margin-top:45px;}
 .contact-box .right .form{margin-top:30px;}
 .contact-box .left .l-top{margin-bottom: 45px;}
 .contact-office{padding:50px 0;}
 .contact-office .list.th{display: none;}
 .contact-office .box{border-top:2px solid #49a22c;}
 .contact-office .list{padding:10px 0;}
 .contact-office .list li{width: 100%!important;border:none;text-align: left;padding:5px 5px;}
 .contact-office .list li .n{display:inline-block;margin-right:5px;}
}


.message{ margin-top:20px}
.message .qilin-message {background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;border: 1px solid #ddd;padding: 50px 200px;margin:0 auto 30px;max-width: 1200px;}
.message .form-group {margin-bottom: 15px;}
.message .form-label {float: left;line-height: 34px;width: 120px;text-align: right;}
.message .form-label span {color: #d82634;}
.message .form-content {margin-left: 130px;}
.message .form-control {line-height: 20px;font-size: 14px;border: 1px solid #ddd;padding: 6px 12px;width: 600px;display: inline-block;vertical-align: top;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.message .form-control {height: 34px;}
.message textarea{height: auto !important;}
.message .form-submit {padding: 6px 22px;color: #fff;background-color: #49A22C;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}
.message .form-button {padding: 6px 22px;color: #fff;background-color: #767676;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}
@media screen and (max-width: 1200px) {
 .message .qilin-message{padding:50px 16%;}
 .message .form-control{max-width: 100%;}
}
@media screen and (max-width: 992px) {
 .message .qilin-message{padding:50px 10%;}
}
@media screen and (max-width: 767px) {
.message .qilin-message {background: none;border: none;padding:20px 15px 0 ;}
.message .form-label span {color: #c5262b;}
.message .form-control {width: 100%;}
.message .form-label{width: 85px;}
.message .form-content{margin-left:90px;}
.message .form-submit{font-size:15px;}
}

.ntitle2{position: relative;text-align: center;padding-top: 50px;}
.ntitle2 .more{font-family: arial;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;width: 85px;height: 26px;line-height: 26px;border: 1px solid #e5e5e5;-webkit-border-radius: 3px;border-radius: 3px;text-align: center;display: block;}
.ntitle2 h3{font-size: 48px;color: #333;line-height: 48px;font-weight: normal;position: relative;}
.ntitle2 h3 s{background: url(../images/a6_03.png) center center no-repeat;width: 619px;height: 9px;display: block;margin: 0 auto;margin-top: 18px;}

.girdlist{overflow: hidden;width: 100%;padding-top: 50px;padding-bottom: 30px;}
.girdlist .list{width: 100%;max-width: 1200px;}
.girdlist .item{width: 31.8%;float: left;display: inline-block;margin-bottom: 30px;margin-right: 2.3%;position: relative;background: #fff;}
.girdlist .item:nth-child(3n+3){margin-right:0;}
.girdlist .item a{display: block;}
.girdlist .item .img{width: 100%;height: 278px;overflow: hidden;border: #eeeeee solid 1px;position: relative;text-align: center;padding:10px;}
.girdlist .item .img img{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;width: 100%;height: 100%;display: block;object-position: center;object-fit: cover;}
.girdlist .item .item_mask{width: 100%;height: 100%;background: rgba(0, 0, 0, 0);position: absolute;left: 0;top: 0;opacity: 0;filter: Alpha(opacity=0);*zoom: 1;-webkit-transform: rotateX(180deg) scale(0.5, 0.5);transform: rotateX(180deg) scale(0.2, 0.2);transition: all ease-out .5s;}
.girdlist .item .item_mask .item_link_icon{display: block;width: 60px;height: 60px;text-align: center;background-image: url(../images/icon.png);background-repeat: no-repeat;background-position: -440px -313px;line-height: 38px;position: absolute;left: 50%;top: 50%;*top: 40%;margin-left: -30px;margin-top: -0px;opacity: 0;filter: Alpha(opacity=0);*zoom: 1;}
.girdlist .item .txt{background: #fff;height: 56px;line-height: 56px;position: relative;font-size: 16px;color: #333;border-bottom: #eeeeee solid 1px;padding-right:20px;}
.girdlist .item .txt p{font-size: 16px;color: #333;transition: .5s ease;}
.girdlist .item .txt i{background: url(../images/icon.png) no-repeat;position: absolute;right:0;top:50%;margin-top:-8px;width: 15px;height: 15px;background-position: -487px -246px;transition: .5s ease;}
.girdlist .item:hover p{color: #49A22C;transition: .5s ease;}
.girdlist .item:hover .txt i{background-position: -487px -228px;transition: .5s ease;}
/*.girdlist .item:hover{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);}*/
.girdlist .item:hover img{transform: scale(1.1, 1.1);}
.girdlist .item:hover .item_mask{opacity: 1;filter: Alpha(opacity=100);-webkit-transform: rotateX(0deg) scale(1, 1);transform: rotateX(0deg) scale(1, 1);transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;background: rgba(0, 0, 0, 0.3);}
.girdlist .item:hover .item_mask .item_link_icon{transform: translateY(-21px);opacity: 1;filter: Alpha(opacity=100);}

.product-center{max-width: 1200px;margin:0 auto;}

@media screen and (max-width: 992px) {
 .girdlist .item{margin-bottom: 25px;}
 .girdlist .item .img{height: 220px;}
 .ntitle2 h3{font-size:40px;}
 .girdlist{padding-top:40px;}
}
@media screen and (max-width: 767px) {
 .girdlist .item{width: 48%;margin-right:4%!important;}
 .girdlist .item:nth-child(2n+2){margin-right:0!important;}
 .girdlist .item .img{height: 170px;padding:8px;}
 .girdlist .item .txt p{font-size:14px;}
 .girdlist .item .txt{height: 50px;line-height: 50px;}
 .ntitle2 h3{font-size:30px;}
 .ntitle2 h3 s{width: 80%;}
 .ntitle2{padding-top:45px;}
}

.product-detail{padding-bottom: 60px}
.xinxq{padding-bottom: 60px;}
.htmleaf-container{width: 530px;}
.showImg{padding-top: 40px;}
.mod18{width: 100%;position: relative;margin: 0 auto;}
.mod18 .btn1{position: absolute;cursor: pointer;z-index: 99;font-size: 50px;font-weight: bold;}
.mod18 .prev1{left: 10px;background: url(../images/prevbtn.png) no-repeat;}
.mod18 #prevTop,
.mod18 #nextTop{bottom: 30px;width: 32px;height: 48px;display: none;}
.mod18 #prev,
.mod18 #next{bottom: 30px;width: 10px;height: 16px;background: url(../images/prevbtn.png) no-repeat;}
.mod18 .prev1{left: 10px;background: url(../images/prevbtn.png) no-repeat;}
.mod18 #next.btn1.next{right: 10px;background: url(../images/nextbtn.png) no-repeat;}
.mod18 li{float: left;}
.mod18 .cf li{position: relative;color: #fff;}
.mod18 .cf li img{max-width:100%;max-height: 100%;}
.mod18 .cf li span{display: block;width: 486px;position: absolute;left: 75px;bottom: 0;padding: 10px 20px;line-height: 22px;text-align: left;background: rgba(0, 0, 0, 0.6);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");}
.mod18 .picBox{width: 100%;height: 398px;position: relative;overflow: hidden;}
.mod18 .picBox ul{height: 100%;}
.mod18 .picBox li{width: 100%;height: 100%;}
.mod18 .listBox{width: 81%;height: 71px;margin: 0 auto;position: relative;margin-top: 15px;overflow: hidden;}
.mod18 .listBox ul{height: 71px;position: absolute;padding-left: 12px;}
.mod18 .listBox li{width: 106px;height: 71px;cursor: pointer;position: relative;}
.mod18 .listBox li i{display: none;}
.mod18 .listBox img{border: 3px solid #ffffff;width: 100%;height: 100%;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;object-fit: cover;object-position: center;}
.mod18 .listBox .on img{border-color: #49A22C;}
.showProduct{padding-bottom: 30px;}
.showProduct .imgtxtcon{margin-left: 570px;}
.showProduct .imgtxtcon .tit{font-weight: bold;color: #49A22C;line-height: 30px;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px dotted #dedede;}
.showProduct .imgtxtcon .tit2{color: #999;font-size: 14px;margin-bottom: 30px;line-height: 30px;padding-top: 20px;text-align: justify;height: 178px;border-bottom: 1px dotted #dedede;overflow: hidden;}
.showProduct .imgtxtcon .tel strong{color: #49A22C;font-weight: bold;line-height: 1;}
.showProduct .showp_txt{padding: 40px 0 40px 0;position: relative;}
.showProduct .showp_txt .tit{border-bottom: 1px solid #eee;position: relative;padding-bottom: 12px;margin-bottom: 15px;}
.showProduct .showp_txt .tit h3{font-size: 20px;color: #333;}
.showProduct .showp_txt .tit s{width: 80px;height: 5px;display: block;position: absolute;left: 0;bottom: -2px;background: #49A22C;}
.showProduct .showp_txt .txtcon{color: #666;line-height: 30px;}
.showProduct .imgtxtcon .btn1,
.showProduct .imgtxtcon .btn2{float: left;margin-right: 25px;font-size: 16px;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;width: 140px;height: 40px;line-height: 40px;margin-top: 30px;text-align: center;color: #fff;position: relative;}
.showProduct .imgtxtcon .btn1 img{display: block;position: absolute;left: 0;top: 38px;width: 135px;height: 0;transition: all ease 600ms;}
.showProduct .imgtxtcon .btn1:hover img{height: 135px;}
.showProduct .imgtxtcon .btn1{background: #49A22C;}
.showProduct .imgtxtcon .btn1:hover,
.showProduct .imgtxtcon .btn2:hover{background: #444;}
.showProduct .imgtxtcon .btn2{text-align: center;margin-right: 0;margin-left: 0;background: #999999;}

/*relateNews*/
.relateNews{width: 100%;overflow: hidden;margin-top:20px;}
/*n-tit*/
.n-tit h3{line-height: 1;}
.n-tit s{width: 4px;height: 22px;margin-right: 15px;background: #49A22C;display: inline-block;vertical-align: middle;}
.n-tit .more{font-size: 16px;width: 120px;height: 30px;text-align: center;line-height: 30px;margin-top: 10px;border: 1px solid #ddd;transition: all ease 600ms;}
.n-tit .more:hover{width: 150px;transition: all ease 600ms;color: #49A22C;}
.reLink{width: 100%;border-top: 1px solid #d7d6d6;padding: 15px 0 20px;margin-top: 20px;}

@media screen and (max-width: 1200px) {
 .htmleaf-container{width: 50%;float:left;}
 .showProduct .imgtxtcon{margin:0;width: 50%;float:right;padding-left:20px;}
 .showProduct .imgtxtcon .tit2{padding-top:10px;}
}
@media screen and (max-width: 992px) {
 .mod18 .picBox{height: 340px;}
}

@media screen and (max-width: 767px) {
 .htmleaf-container,.showProduct .imgtxtcon{width: 100%;float:none;}
 .showProduct .imgtxtcon{padding:25px 0 0;}
 .mod18 .picBox{height: 300px;}
 .showProduct .imgtxtcon .tit2{height: auto;padding-bottom: 24px;line-height: 24px;}
}


/*20210907 add*/
.fs60{font-size:60px;}
.fs28{font-size:28px;}
.fs20{font-size:20px;}
.about-p1{padding:160px 0 150px;}
.about-p1 .box{flex-wrap: wrap;align-items: flex-end;justify-content: space-between;}
.about-p1 .tit{margin-bottom: 42px;line-height: 1;padding-bottom: 12px;position: relative;margin-left:6px;}
.about-p1 .tit span{color:#49a22c;}
.about-p1 .tit:after{content:'';width: 48px;height: 2px;background: #49a22c;position: absolute;bottom:0;left:0;}
.about-p1 .desc{line-height: 2.25;padding-bottom: 30px;}
.about-p1 .right,.about-p1 .left{padding:0;width: 47.8%;}
.about-p1 .right ul li{padding:35px 10px 30px;border:1px solid rgba(73,162,44,.5);margin-top:-1px;margin-right:-1px;text-align: center;color:#49a22c;}
.about-p1 .right ul li .num{line-height:70px;height:70px;margin-bottom: 1px;}
.about-p1 .right ul li .icon{height: 70px;background: url(../images/icon-wh.png) no-repeat center;background-size: auto 100%;display: block;}
.about-p1 .right ul li .counter1{position: relative;}
.about-p1 .right ul li .counter1:after{position: absolute;content:'+';top:0;left:100%;font-size: 30px;line-height: 1;}
.about-p2{background-size: cover;background-position: center;background-repeat: no-repeat;}
.about-p2 .box{height: 520px;padding-top:160px;color:#fff;text-align: center;background: rgba(0,0,0,.66);}
.about-p2 .box .tit{margin-bottom: 11px; color: #fff;}
.about-p2 .box .desc{font-family: syl;transform: skewX(-10deg);}
.about-p2 .box .line{width: 68.8%;margin:14px auto 0;height: 8px;background-image: linear-gradient(to right,#0ea63c 0% ,#fff100 30% ,#fff100 75%,#e94908 100%);}
.about-p3{margin-top:-118px;position: relative;z-index:10;padding-bottom: 130px}
.about-p3 ul{align-items: flex-end;height: 596px;}
.about-p3 ul li{width: auto;margin-right:2.6%;height: 59.6%;}
.about-p3 ul li:first-child{height: 100%;margin-right:3.6%;}
.about-p3 ul li .img{position: relative;overflow: hidden;height: 100%;}
.about-p3 ul li .img img{height: 100%;width: auto;display: block;}
.about-p4{padding:130px 0 140px;background: #f4f3f3;}
.about-p4 .honor-list{position: relative;}
.about-p4 .honor-list .swiper-btn{font-weight: bold;color:#49a22c;opacity: 0.5;padding:0 30px;}
@media screen and (min-width: 992px) {
.about-p4 .honor-list .swiper-button-prev{left:auto;right:100%;margin-right:10px;}
.about-p4 .honor-list .swiper-button-next{right:auto;left:100%;margin-left:10px;}
}
.about-p4 .honor-item{cursor: pointer;}
.about-p4 .honor-item .item-img{position: relative;padding-bottom: 145.1%;}
.about-p4 .honor-item .item-img img{max-height: 100%;max-width: 100%;}
.about-p4 .honor-item .item-name{line-height: 1;padding:16px 15px;letter-spacing: 2px;text-align: center;background: #49a22c;color:#fff;}
.album_wrap_case4 .album_case4 .right_btn .btn_box:hover{background: #49a22c!important;}
@media screen and (max-width: 1400px) {
 .fs60{font-size:56px;}
 .fs28{font-size:26px;}
 .fs20{font-size:18px;}
 .about-p1{padding:140px 0 130px;}
 .about-p3{padding-bottom: 100px;}
 .about-p4{padding:115px 0 120px;}
 .about-p4 .honor-list .swiper-btn{padding:0 20px;}
}
@media screen and (max-width: 1200px) {
 .fs60{font-size:50px;}
 .fs28{font-size:24px;}
 .fs20{font-size:17px;}
 .about-p1{padding:100px 0;}
 .about-p4{padding:100px 0;}
 .about-p1 .desc{font-size:15px;padding-bottom: 0;}
 .about-p1 .tit{margin-bottom: 35px;}
 .about-p1 .right ul li{padding:25px 10px 22px;}
 .about-p1 .right ul li .icon,.about-p1 .right ul li .num{line-height: 60px;height: 60px;}
 .about-p1 .right ul li .icon{background-size: auto 90%;}
 .about-p2 .box{height: 440px;padding-top:130px;}
 .about-p2 .box .desc{font-size:20px;}
 .about-p2 .box .line{width: 80%;height: 6px;}
 .about-p3 ul{height: 480px;}
 .about-p3{padding-bottom: 90px;margin-top:-90px;}
}
@media screen and (max-width: 992px) {
 .fs60{font-size:42px;}
 .fs28{font-size:22px;}
 .fs20{font-size:16px;}
 .about-p1,.about-p4{padding:85px 0;}
 .about-p1 .tit{margin-bottom: 30px;}
 .about-p1 .right, .about-p1 .left{font-size:15px;}
 .about-p1 .right ul li .icon, .about-p1 .right ul li .num{line-height: 52px;height: 52px;}
 .about-p1 .right ul li{padding:22px 10px;}
 .about-p2 .box{height: 380px;padding-top:100px;}
 .about-p3 ul{height: 420px;}
 .about-p3{padding-bottom: 80px;}
 .about-p4 .honor-item .item-name{font-size:16px;letter-spacing: 1px;}
 .about-p4 .honor-list{padding:0 15px;}
 .about-p4 .honor-list .swiper-button-prev{left:-25px;}
 .about-p4 .honor-list .swiper-button-next{right:-25px;}
}
@media screen and (max-width: 767px) {
 .fs60{font-size:40px;}
 .about-p1, .about-p4{padding:55px 0;}
 .about-p1 .right, .about-p1 .left{width: 100%;}
 .about-p1 .right{margin-top:25px;}
 .about-p2 .box{padding-top:80px;height: 300px;}
 .about-p2 .box .desc{font-size:17px;width: 90%;margin:0 auto;}
 .about-p2 .box .line{width: 100%;height: 5px;}
 .about-p3 ul{height: 250px;}
 .about-p3{padding-bottom: 60px;margin-top:-50px;}
 .about-p4 .honor-item .item-name{font-size:14px;letter-spacing: 0;padding:12px 10px;}
 .about-p4 .honor-list .swiper-button-prev{left:-15px;}
 .about-p4 .honor-list .swiper-button-next{right:-15px;}
 .about-p4 .honor-list{padding:0 20px;}
 .about-p4 .honor-list .swiper-btn:after{font-size:30px;}
}
/*20210907 add*/
